Testnet deployment liquid mercury UI#6
Open
austinLorenzMccoy wants to merge 9 commits intoLearnWeb3DAO:mainfrom
Open
Testnet deployment liquid mercury UI#6austinLorenzMccoy wants to merge 9 commits intoLearnWeb3DAO:mainfrom
austinLorenzMccoy wants to merge 9 commits intoLearnWeb3DAO:mainfrom
Conversation
- Added token-contract field to streams map for multi-token support - Implemented stream-token-to for SIP-010 token streaming - Added separate withdraw-token and refund-token functions - Added token detection helpers (is-stx-stream, get-token-contract) - Defined SIP-010 trait in contract - Created comprehensive test suite with 19 passing tests - Deployed stream-v3 to testnet: ST1QXWAQZCKF0X9YJDEY3EWCA7ABHKFJ0AN9AGCTC.stream-v3
- Updated handleCreateStream to support stream-token-to function - Added token contract address parameter for SIP-010 tokens - Form now properly calls stream-token-to for sBTC and custom tokens - Form calls stream-to for STX streams - Token amounts parsed based on selected token decimals
- Updated live demo URL to https://stacks-token-streaming-liart.vercel.app - Added deployed contract address (stream-v3) - Documented new SIP-010 token streaming functions - Updated test results to show 19 passing tests - Highlighted new multi-token features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Testnet Deployment + Liquid Mercury UI + Multi-Token Support
Summary
Production-ready multi-token streaming protocol deployed to Stacks Testnet with unique liquid mercury-themed UI. Builds on Stacks Developer Degree courses (1, 1.2, 2.2, 3.2) with professional codebase organization.
Key Changes
ST1QXWAQZCKF0X9YJDEY3EWCA7ABHKFJ0AN9AGCTC.stream-v2✅get-latest-stream-id()andget-stream()for frontend data accessTechnical Improvements
Deployment
Contract: https://explorer.hiro.so/txid/ST1QXWAQZCKF0X9YJDEY3EWCA7ABHKFJ0AN9AGCTC.stream-v2?chain=testnet
Status: Live on Stacks Testnet, fully functional 🚀
Testing